Inheritance graph
A common drawing scheme is to use arrowed lines to
indicate the inheritance relationship between two classes or
objects. In this examples “inherits-from'‘ is used.
Consequently, the arrowed line starts from the subclass
towards the superclass.
Circle
inherit-from
Point